home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 June / PersonalComputerWorld-June2009-CoverdiscCD.iso / Software / Freeware / Adobe AIR 1.5.1 / AdobeAIRInstaller.exe / setup.swf / scripts / mx / managers / SystemManagerGlobals.as < prev    next >
Encoding:
Text File  |  2009-02-12  |  294 b   |  16 lines

  1. package mx.managers
  2. {
  3.    public class SystemManagerGlobals
  4.    {
  5.       public static var bootstrapLoaderInfoURL:String;
  6.       
  7.       public static var topLevelSystemManagers:Array = [];
  8.       
  9.       public function SystemManagerGlobals()
  10.       {
  11.          super();
  12.       }
  13.    }
  14. }
  15.  
  16.